Crate ravif

source ·
Expand description

This is a maintenance release that upgrades rav1e to work around incompatibility with Rust 1.67.

Structs

Use [Encoder::new] instead.
Basic struct used for both owned (alias ImgVec) and borrowed (alias ImgRef) image fragments.

Enums

For [Encoder::with_internal_color_space]

Functions

Clear/change RGB components of fully-transparent RGBA pixels to make them cheaper to encode with AV1

Type Definitions

8-bit RGB
8-bit RGBA, alpha is last. 0 = transparent, 255 = opaque.